home *** CD-ROM | disk | FTP | other *** search
- GaugeView = {
- OUTLETS = {
- gaugeGray;
- percentage;
- borderType;
- backgroundGray;
- };
- SUPERCLASS = View;
- };
- TimeMonitor = {
- ACTIONS = {
- stop:;
- endTiming:;
- beginTiming:;
- };
- OUTLETS = {
- titleTextField;
- window;
- cancelButton;
- appIconButton;
- gaugeView;
- doneField;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-